var testing.haveExamples

3 uses

	testing (current package)
		testing.go#L434: 	haveExamples bool // are there examples?
		testing.go#L1718: 		haveExamples = len(m.examples) > 0
		testing.go#L1804: 	if !ran && !haveExamples {